home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 3 / CU Amiga Magazine's Super CD-ROM 03 (1996)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1996-09].iso / misc / gcc / gnu / os-include / proto / expansion.h < prev    next >
C/C++ Source or Header  |  1994-09-22  |  393b  |  19 lines

  1. #ifndef PROTO_EXPANSION_H
  2. #define PROTO_EXPANSION_H
  3.  
  4. #ifndef DOS_FILEHANDLER_H
  5. #include <dos/filehandler.h>
  6. #endif
  7. #ifndef LIBRARIES_CONFIGVARS_H
  8. #include <libraries/configvars.h>
  9. #endif
  10. #include <clib/expansion_protos.h>
  11. #if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
  12. #include <inline/expansion.h>
  13. #endif
  14. #ifndef __NOLIBBASE__
  15. extern struct ExpansionBase *ExpansionBase;
  16. #endif
  17.  
  18. #endif
  19.